net/http.http2Transport.DialTLS (field)

3 uses

	net/http (current package)
		h2_bundle.go#L7168: 	DialTLS func(network, addr string, cfg *tls.Config) (net.Conn, error)
		h2_bundle.go#L7774: 	} else if t.DialTLS != nil {
		h2_bundle.go#L7775: 		return t.DialTLS(network, addr, tlsCfg)